home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Fun & Games / CoreWar / imp.cannon < prev    next >
Encoding:
Text File  |  1985-05-18  |  177 b   |  16 lines  |  [FGHT/CWAR]

  1. *
  2. * The imp cannon fires off an imp every
  3. * so often.
  4. *
  5. @-1
  6. timer dat 200
  7. *
  8. lup   djz fire,timer
  9.       jmp -1
  10. *
  11. fire  mov #200,timer
  12.       spl imp
  13.       jmp lup
  14. *
  15. imp   mov 0,1
  16.